home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9666 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.1 KB  |  67 lines

  1. Newsgroups: comp.lang.c
  2. Path: news.Stanford.EDU!microunity!toms
  3. From: toms@MicroUnity.com (Tom Sanders)
  4. Subject: Re: Asking for Help
  5. Message-ID: <Do610I.F8@microunity.com>
  6. Sender: usenet@microunity.com (news id)
  7. Organization: MicroUnity Systems Engineering, Inc.
  8. References:  <4i2s5e$1hd@newsbf02.news.aol.com>
  9. Date: Tue, 12 Mar 1996 17:38:42 GMT
  10.  
  11. In article <4i2s5e$1hd@newsbf02.news.aol.com>, mackboring@aol.com (MackBoring) writes:
  12. |> First please read at least this short paragraph.
  13. |>  Iam a student that is desperately in a hole. I am not wishing to cheat my
  14. |> self out of an education of C , but...I have a scenario.  I am recently a
  15. |> new farther (4 week old boy) and have enrolled in this C class and am
  16. |> trying to pass the class right now so I can strengthen my programming on
  17. |> my own after it is finished. 
  18. |>  I have slipped so far behind with my son being born that I need to pass
  19. |> because I can not financially pay back my empolyer at terms
  20. |> end...........I appeal to anyone that has been stuck in a simialr bind
  21. |> I need to solve these problems in a very simple manner(basic C class)
  22. |> using simple Loops,Arrays,Functions..... etc
  23. |> 
  24. |> P.S If there is some compensation require please drop me a line
  25. |> .............Thanks in Advance   FRED
  26. |> 
  27. |> 
  28. |> 
  29. |> 1. Create an array of 20 random numbers that fall between 1 and 99. Print
  30. |> out the array.Then sort the array in ascending sequence. Print out the
  31. |> sorted array.
  32. |> 
  33. |> 2.. Write a program to allow you to enter todays date,name and address
  34. |> then right justify(LINE UP) this data at column 78. example
  35. |>                                                              John Smith
  36. |>                                                              ABC
  37. |> Corporation
  38. |>                                                              Main Street
  39. |>                                                             
  40. |> Anywhere,State 
  41. |> 
  42. |> 3..Write aprogram to compute farenheit to celsius temperature. The table
  43. |> should run from -40 to 220 degrees farenheit in signle degree
  44. |> intervals.Show farenheit as an integer and celsius as a float. Conversion
  45. |> formula is..................... C=(5/9)*(F-32)
  46. |> 
  47. |> 4.. Write a program using a contigous numerical sequence, to print a
  48. |> listing of all possible arragments of the digits 000  thru 999 three
  49. |> digits at a time for example 000,001,002....998,999
  50. |> 
  51. |> 5. Access the clock display the time on the screen( e.g 14.20.33). Now
  52. |> translate the time into printed words and display that on screen. Noon and
  53. |> midnight should be so named .
  54. |> ************************************* Ifpossible create a  loop(for a set
  55. |> period of time or until a key is pressed) displaying the time  each time
  56. |> through the loop. If possible set  an alarm to beep at a given (requested)
  57. |> time. If you want to show(translate into words) the seconds.
  58.  
  59. If you expect a response, at least try to solve each problem yourself.
  60. I and many others are more than willing to help fix a program that has problems
  61. or direct you to a more efficient method.  However asking this group to 
  62. do your entire assignment is a waste of our time and your's.
  63.  
  64. My opinion of course (and I hope everyone else's)
  65.  
  66. Tom Sanders 
  67.